home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / xfd / Developer / include / AmigaE / IMPORTANT.readme
Text File  |  1999-03-29  |  2KB  |  44 lines

  1. This drawer contains the developer information of xfdmaster.library v38
  2. for AmigaE. It differs completly from the old (until 'xfd120.lha') development
  3. material which still contained the restrictions from version 1.X of AmigaE.
  4. The actual version is 3.3a and most limitations have been removed.
  5.  
  6. Notes:
  7.  
  8.    1. ** VERY IMPORTANT **: When using XFD from Amiga E, note that the
  9.       function calls like "xfdDecrunch" or "xfdRecogBuffer" are now called
  10.       "XfdDecrunch" and "XfdRecogBuffer" (with a capital "X"). This is due
  11.       to a restriction in the E compiler - all library calls must start with
  12.       an upper-case letter. Also note that the library base is called
  13.       "xfdmasterbase" in E, rather than "XFDMasterBase".
  14.       Everything else about XFD is exactly the same as in C or assembler
  15.       (such as constants, macros and so on). If you are confused in any way,
  16.       see the example "XfdTextView.e" source file. This should clarify
  17.       matters.
  18.  
  19.    2. The included xfdtextview are written by DII and comes with the old
  20.       xfd-package. I could neither find the email-address of DII nor a
  21.       copyright notice. But I hope there are no problems with it.
  22.       I have modified xfdtextview to work with the new xfdmaster-modules and
  23.       added asl-support.
  24.       Note that it still doesn't display TABs properly, but that shouldn't
  25.       matter.
  26.       ** IMPORTANT **: The scrollwindow-class from the AmigaE v3.3
  27.       distribution always crashes my machine. I have included the old ones
  28.       in EModules/class. If you have problems you should install this files.
  29.  
  30.    3. Please remember that BOTH the files called "xfdmaster.m" are necessary
  31.       for Amiga E to use XFD, and should both be included in any E XFD
  32.       distribution. "EModules/xfdmaster.m" contains the function pragmas,
  33.       while "EModules/libraries/xfdmaster.m" contains all the structures and
  34.       constants (like xfdmaster.i or xfdmaster.h).
  35.  
  36.  
  37. The original text was written by DII and slightly changed by Georg Hoermann.
  38. I reused some parts of it.
  39.  
  40.  
  41. Sven Steiniger, 1998
  42. e-Mail: ss37@inf.tu-dresden.de
  43.  
  44.